2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
2004-11-02 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.
2004-11-02 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.
2004-11-02 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.
2004-11-02 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.
struct _GtkFileChooserButton
{
- /* <private> */
+ /*< private >*/
GtkHBox parent;
GtkFileChooserButtonPrivate *priv;
struct _GtkFileChooserButtonClass
{
- /* <private> */
+ /*< private >*/
GtkHBoxClass parent_class;
void (*__gtk_reserved1);